Updated: 2012-11-30 23:56:44
I’m proud to have been associated with the August 2012 landing of the Curiosity rover on Mars. Since 1983 I’ve been working for and then contracting to NASA’s Jet Propulsion Laboratory (JPL), and I work with IT infrastructure on providing … Continue reading →
Updated: 2012-11-30 23:55:16
Updated: 2012-11-30 11:11:11
Updated: 2012-11-30 06:40:00
Updated: 2012-11-30 05:49:23
Updated: 2012-11-29 20:10:57
Updated: 2012-11-28 23:21:00
Updated: 2012-11-28 20:50:19
Updated: 2012-11-28 16:13:10
Updated: 2012-11-27 08:13:09
Updated: 2012-11-26 15:52:26
Updated: 2012-11-26 06:36:41
Updated: 2012-11-26 05:02:00
Updated: 2012-11-26 04:41:34
Updated: 2012-11-25 22:27:07
Updated: 2012-11-25 21:15:56
Updated: 2012-11-25 21:15:56
I am currently attending a course learning Mobile Application development using web technologies.
We look at HTML5, CSS3, JavaScript, and how to put all these together to create an application
that can be installed and used on various mobile devices.
As a project in the course each one of us had to come up with an idea, implement it, and upload to the Android Market.
(aka. Google Play).
I started to build the Regex Maven project and uploaded the first pre-alpha version.
For the full article visit Announcing the Regex Maven for Android
Updated: 2012-11-16 15:56:11
Updated: 2012-11-04 13:41:30
Ricardo Signes, aktueller Pumpking von Perl, hat Perl 5.16.2 veröffentlicht. Gemäß ihrer Richtlinien, haben die Perl 5 Porters nur kleinere Änderungen eingebaut.
In Perl 5.16.2 wurde ein Bug gefixt, so dass in Regulären Ausdrücken /\h/ das gleiche bedeutet wie /[\h]/. Und die Unterstützung für AIX wurde verbessert.
Updated: 2012-11-04 13:30:54
Die Version 2012.10 von Rakudo Star enthält einige Änderungen bei Regulären Ausdrücke - auch eine bessere Abdeckung von Perl 5 Regex -, sowie änderungen an den Perl 6 Regex.
Einige bestehende Features wurden als "deprecated" markiert.
Mehr Infos gibt es unter http://rakudo.org/2012/10/29/rakudo-star-2012-10-released/
Updated: 2012-10-25 10:29:26
Der Antrag von Nick Clark auf Verlängerung seines "Improving Perl 5"-Grants wurde genehmigt.
Damit wird Clark für weitere 400 Stunden von der Perl Foundation für Arbeiten an Perl 5 bezahlt.
Updated: 2012-10-22 15:38:05
Updated: 2012-10-17 17:15:47
Updated: 2012-10-11 14:34:13
Updated: 2012-10-11 14:34:10
Updated: 2012-10-07 02:53:36
The idea behind the DWIM Perl distribution is to provide
an easy way to start using Perl to build applications.
Therefore it should contain every CPAN module you'd need to build any decent Perl application.
There is already a fairly good DWIM Perl for Windows,
built on top of Strawberry Perl, but the experimental version of
DWIM Perl for Linux could be a lot better.
Let's see how can we build a much better distribution of Perl for Linux?
For the full article visit Building DWIM Perl for Linux